home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------------------------------------------------------------------
- ; To be used with IExpress 10/10/96
- ;---------------------------------------------------------------------------------------------------
- [version]
- signature="$CHICAGO$"
- AdvancedINF=2.5
-
- [DefaultInstall]
- CopyFiles=install.files
- CustomDestination=MyCustomDestination
-
- ;---------------------------------------------------------------------------------------------------
- [DestinationDirs]
- install.files=49001
-
- [MyCustomDestination]
- ;The flag is 1+16
- 49000,49001,49002,49003=PackageDestination49000,1
-
- [PackageDestination49000]
- "HKLM","xxx","","%PROMPT%","%24%\%DEFAULT%"
- ;"","","","%PROMPT%","%24%\%DEFAULT%"
-
- ;---------------------------------------------------------------------------------------------------
- [install.files]
- AXButton.ctl
- AXButton.ctx
- AXButton.ocx
- AXButton.vbp
-
- ;---------------------------------------------------------------------------------------------------
- [SourceDisksNames]
- 1="default",,1
-
- [Strings]
- ;---------------------------------------------------------------------------------------------------
- PROMPT = "Please enter the directory to which you will be installing the AXButton sample: "
- DEFAULT = "Vb5cce\Samples\AXButton"
- ;---------------------------------------------------------------------------------------------------
-